home *** CD-ROM | disk | FTP | other *** search
/ Software USA 3 #11 / Software USA Volume 3.11.iso / pc / lifestyl / scrnsave / liggdw / install / install.dll / 1001 / 1 / LGDUTI.H < prev    next >
Text File  |  1996-12-08  |  2KB  |  50 lines

  1.  
  2. // prototypes for functions in LGDUTI32.DLL
  3.  
  4. PCHAR LGDCALL StrCopy(PCHAR Dest, PCHAR Source);
  5.  
  6. PCHAR LGDCALL LgdAboutBox (HWND window,
  7.                                     HICON icon,
  8.                                     PCHAR pchName,
  9.                                     PCHAR pchCR,
  10.                                     BOOL  fFullVersion,
  11.                                     int iFactor);
  12.  
  13. /*
  14. function FindFirst({const} Path: PChar; Attr: Integer;
  15.   var F: TSearchRec): Integer; stdcall;
  16.  
  17. function FindNext(var F: TSearchRec): Integer; stdcall;
  18.  
  19. procedure FindClose(var F: TSearchRec); stdcall;
  20. */
  21.  
  22. int LGDCALL LgdUti32Version (void);
  23.  
  24. //Function StrPas (pchSource: PChar): string; stdcall;
  25.  
  26. int LGDCALL StrLen (PCHAR pchSource);
  27.  
  28. void LGDCALL StrLCopy (PCHAR dest, PCHAR source, int cLen);
  29.  
  30. void LGDCALL StrPCopy (PCHAR dest, PSTRING s);
  31.  
  32. /*
  33. Procedure LgdModuleName (hInst: integer; var achDir, achName, achExt: string); stdcall;
  34.  
  35. Procedure LgdSleep (var lLgdSleep: LongInt; lSleep: LongInt); stdcall;
  36.  
  37. Procedure LgdRegOpenKey (var p: pointer; achOwner, achSaver: string); stdcall;
  38. Procedure LgdRegCloseKey (var p: pointer); stdcall;
  39. Procedure LgdRegGetString (var p: pointer; achTopic, achItem, achDefault: string; var achValue: string); stdcall;
  40. Procedure LgdRegSetString (var p: pointer; achTopic, achItem, achValue: string); stdcall;
  41. Procedure LgdRegGetInteger (var p: pointer; achTopic, achItem, achDefault: string; var iValue: integer); stdcall;
  42. Procedure LgdRegSetInteger (var p: pointer; achTopic, achItem: string; iValue: integer); stdcall;
  43. Procedure LgdRegGetDouble (var p: pointer; achTopic, achItem, achDefault: string; var dbValue: double); stdcall;
  44. Procedure LgdRegSetDouble (var p: pointer; achTopic, achItem: string; dbValue: double); stdcall;
  45.  
  46. Function MyGetTickCount: integer; stdcall;
  47.  
  48. Function GetWin32Version: LongInt; stdcall;
  49. */
  50.